<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clic.git/src, branch main</title>
<subtitle>Console based arbitrary radix, arbitrary precision calculator.
</subtitle>
<id>https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=main</id>
<link rel='self' href='https://git.xagasoft.com/Smaller Projects/clic.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/'/>
<updated>2016-02-16T22:21:32+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'origin/master'</title>
<updated>2016-02-16T22:21:32+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2016-02-16T22:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=2205ae40dbb48abb6012d68eddd1682fecb3441c'/>
<id>urn:sha1:2205ae40dbb48abb6012d68eddd1682fecb3441c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Just a tweak to the lexer to make some errors nicer.</title>
<updated>2015-07-23T20:13:44+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2015-07-23T20:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=8d81d59bcbac8fbae5e63740367fdf55c48691bb'/>
<id>urn:sha1:8d81d59bcbac8fbae5e63740367fdf55c48691bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of /home/eichlan/git/clic</title>
<updated>2015-01-29T15:56:43+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2015-01-29T15:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=14419813582bc89334d2e9d5bdd74b5852bfc9f9'/>
<id>urn:sha1:14419813582bc89334d2e9d5bdd74b5852bfc9f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor tweak to some display text.</title>
<updated>2015-01-29T15:56:34+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2015-01-29T15:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=42e77eb7ba24d2b7ebd47fadbc9240dc4520a5d6'/>
<id>urn:sha1:42e77eb7ba24d2b7ebd47fadbc9240dc4520a5d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed nasty subtraction bug when dealing with fractions.</title>
<updated>2015-01-29T15:49:55+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2015-01-29T15:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=f03026f5c2cde1eecfda273eaa52df10287f0f9e'/>
<id>urn:sha1:f03026f5c2cde1eecfda273eaa52df10287f0f9e</id>
<content type='text'>
It turned out to be a really simple solution, but man, that was
embarassing.  I forgot to include the fractional portion of a number
when fixing my radix+1 compliment numbers.
</content>
</entry>
<entry>
<title>Fixed parsing bug, added unit tests, debug cleanup.</title>
<updated>2015-01-07T16:53:14+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2015-01-07T16:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=e64cb84fe43660818f7d6eff2954147495b1ac8b'/>
<id>urn:sha1:e64cb84fe43660818f7d6eff2954147495b1ac8b</id>
<content type='text'>
There was an issue with order of operations outside of parenthesies,
easily solved.
</content>
</entry>
<entry>
<title>Added "--sum" command line option.</title>
<updated>2014-12-01T14:53:29+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2014-12-01T14:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=4d0ab515cc4142b22247e26f1b57b5cd0a6b31d5'/>
<id>urn:sha1:4d0ab515cc4142b22247e26f1b57b5cd0a6b31d5</id>
<content type='text'>
Reads in a list of numbers on standard in, one per line, and sums them.
</content>
</entry>
<entry>
<title>Division fixes, better config, more tests.</title>
<updated>2014-11-28T20:45:37+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2014-11-28T20:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff'/>
<id>urn:sha1:9f7cbe624a91008a4cbe47c7b369c5e3f96a4eff</id>
<content type='text'>
Other minor fixes and options such as --version being added.
</content>
</entry>
<entry>
<title>Switched to using bin2cpp for the help.</title>
<updated>2014-11-28T18:01:34+00:00</updated>
<author>
<name>Mike Buland</name>
<email>mike@xagasoft.com</email>
</author>
<published>2014-11-28T18:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=b4510a2861acabf1f27ecbd8c42602a0c342763d'/>
<id>urn:sha1:b4510a2861acabf1f27ecbd8c42602a0c342763d</id>
<content type='text'>
I think that's a better practice, it'll be a lot easier to expand it and
format it in general, plus it could be compressed if it got too much
bigger.
</content>
</entry>
<entry>
<title>Added a new 'execute' command line parameter.</title>
<updated>2014-11-25T16:42:47+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2014-11-25T16:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/Smaller Projects/clic.git/commit/?id=145c88f23e6587e310d3ca974365d20d373d8e1b'/>
<id>urn:sha1:145c88f23e6587e310d3ca974365d20d373d8e1b</id>
<content type='text'>
</content>
</entry>
</feed>
